net/http.routingNode.match (method)

3 uses

	net/http (current package)
		routing_tree.go#L117: func (root *routingNode) match(host, method, path string) (*routingNode, []string) {
		server.go#L2651: 	n, matches := mux.tree.match(host, method, path)
		server.go#L2657: 		n2, _ := mux.tree.match(host, method, path)